home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-11-11 | 4.8 KB | 105 lines |
- [SystemError]
- 00=SYSERR_OK: life is good
- 01=SYSERR_UNDEFINED: undefined or unknown error
- 02=SYSERR_AUDIORES: audio resource (.prj) file not found
- 03=SYSERR_GRAPHRES: graphics resource file not found
- 04=SYSERR_AUDIODRV: audio driver not loaded
- 05=SYSERR_BUFROFFSET: offset of video buffer > 16
- 06=SYSERR_BUFRALLOC: video buffer allocation failure
- 07=SYSERR_BWDFILE: world description (.bwd) file not found
- 08=SYSERR_BADBWDCHUNK: BWD file error or unrecognizable chunk encountered
- 09=SYSERR_MEMAMOUNT: insufficient free RAM at load
- 0a=SYSERR_UNKNOWNARG: unrecognized command line argument
- 0b=SYSERR_BWDLOADPROBLEM: Severe error occured loading BWD file(s)
- 0c=SYSERR_NOHIMEM: non-cache x/ems requirements not met
- 0d=SYSERR_GPMEM: error allocating memory for a GAMEPIECE
- 0e=SYSERR_CLASSMEM: error allocating memory for a class struct
- 0f=SYSERR_POLYRES: bpl polygon resource(.prj) file not found
- 10=SYSERR_NOCAREER: error reading career/pilot file
- 11=SYSERR_NOPREFS: error reading hware prefs file
- 12=SYSERR_NOCFGWRITE: error writing career/pilot file
- 13=SYSERR_NOCONTROL: invalid control source flag word
- 14=SYSERR_NOCOMM: communication setup failure
- 15=SYSERR_NOMECH: error loading mech-spec
- 16=SYSERR_OLDAUDIO: digpak driver is outdated
- 17=SYSERR_AUDIOXBUFR: error allocating audio xems swap buffer
- 18=SYSERR_RENDERMEM: error allocating renderer scratch buffer
- 19=SYSERR_TABLEMEM: error allocating trig, sqrt, or clip tables
- 1a=SYSERR_XRENDERMEM: error allocating renderer xems swap pages
- 1b=SYSERR_XTABLEMEM: error allocating math table xems swap pages
- 1c=SYSERR_XOTHERMEM: error allocating mission recorder or geometry xems
- 1d=SYSERR_GOURAUDVTX: bad vertex record in Gouraud object
- 1e=SYSERR_STDVTX: bad vertex record in unmapped or automap object
- 1f=SYSERR_MAPVTX: bad vertex record in mapped object
- 20=SYSERR_LOADOBJ: error loading object into memory
- 21=SYSERR_GEARDATA: referenced gear is not in GEAR datafile
- 22=SYSERR_BLOCKNEST: geometry cache block nesting error
- 23=SYSERR_BWDREADMEM: Unable to allocate memory for BWD chunk buffer
- 24=SYSERR_BADBWDHDR: Error encountered in format of BWD file header
- 25=SYSERR_BWDEOF: Error encountered in format of BWD file header
- 26=SYSERR_BWDREADERR: Low level error reading BWD file
- 27=SYSERR_BADVWSPCHUNK: Error in View Spec chunk - probably in ckSize
- 28=SYSERR_CANTOPENBMPRJMAP: Invalid ID found in BM PRJ Chunk
- 29=SYSERR_CANTOPENBWDDOSFILE: Error opening DOS BWD file
- 2a=SYSERR_CANTOPENBWDPRJFILE: Error extracting BWD data from PRJ file
- 2b=SYSERR_NOTABWDFILE: Unknown header encountered in BWD file
- 2c=SYSERR_BADBWDCKSIZE: BWD chunk size is too large
- 2d=SYSERR_BADOBJPARENTID:
- 2e=SYSERR_BADSCRGID:
- 2f=SYSERR_BADTHNGID:
- 30=SYSERR_BADGPCLASSID:
- 31=SYSERR_CANTOPENPITFILE:
- 32=SYSERR_CANTOPENVPTFILE:
- 33=SYSERR_BADANIMTASKID:
- 34=SYSERR_CANTOPENINCLUDEFILE:
- 35=SYSERR_CANTOPENMECFILE:
- 36=SYSERR_CANTOPENWTBFILE:
- 37=SYSERR_BADOBJCOLLFN:
- 38=SYSERR_OBJNOTINPRJFILE:
- 39=SYSERR_NOSCENARIOTBL:
- 3a=SYSERR_NOGPCHASSISTBL:
- 3b=SYSERR_STBLINDEXOUTOFRANGE:
- 3c=SYSERR_GTBLINDEXOUTOFRANGE:
- 3d=SYSERR_CANTFINDPRJFILE:
- 3e=SYSERR_STATICDTBLNOTFOUND:
- 3f=SYSERR_CANTMALLOCSCENARIOTBL:
- 40=SYSERR_CANTMALLOCMISSIONTBL:
- 41=SYSERR_CANTMALLOCGPCHASSISTBL:
- 42=SYSERR_CANTMALLOCFILEIDLIST:
- 43=SYSERR_CANTLOADGEAR:
- 44=SYSERR_SMMCHUNKS:
- 45=SYSERR_SMMMALLOCFAIL:
- 46=SYSERR_SMMBADID:
- 47=SYSERR_SMMBADSIZE:
- 48=SYSERR_REVCHUNKNOTFOUND:
- 49=SYSERR_INCOMPATIBLEBWDREV: BWD file with incompatible rev was found.
- 4a=SYSERR_UNKNOWNACTIONFOUND: Unknown or illegal action encountered in s.$
- 4b=SYSERR_SCACHEUNRESOLVED: The Static cache has declared but unresolved items
- 4c=SYSERR_CANTINITPM: An error occurred in initializing the PM system.
- 4d=SYSERR_CANTFINDVFXDRIVER: Unable to find video driver file.
- 4e=SYSERR_DLLLOADERROR: Error occurred during DLL load of video or sound driver
- 4f=SYSERR_ANIMLOADERROR: Error occurred loading the ANIM file (too many tracks?)
- 50=SYSERR_VFXDRIVER: Error occurred finding or loading VFX driver (DLL)
- 51=SYSERR_WRONGPROJFILE: Incompatible project file encountered
- 52=SYSERR_RADARLOAD: Severe error occurred during radar load.
- 53=SYSERR_CDNOTFOUND: CD-ROM not mounted.
-
- [Debug]
- ; Which message types will we write?
- All=0 ; All
- Warning=1 ; Those starting with "WARNING: "
- OnceWarning=0 ; All, once we've had "WARNING: "
- Error=1 ; Those starting with "ERROR: "
- OnceError=0 ; All, once we've had "ERROR: "
- At=0 ; Those starting with the '@' character
- DumpBuffer=0 ; All DUMP_BUFFER and DUMP_COMM_PACKET
- IfEnabled=0 ; All, while debugPrintingEnabled is true
- ; Where will we write them? Choose EXACTLY one.
- ToNull=1 ; Nowhere
- ToStdout=0 ; To standard out
- ToMono=0 ; To monochrome monitor
- ToLog=0 ; To log file; may lose data if we crash
- ToALog=0 ; To log file atomically
- ToALogScr=0 ; To log file atomically; errors to screen
- Logfile=kra.log ; Debugging log file name
-